home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 43
/
Vol 43.iso
/
games
/
runrun.swf
/
scripts
/
DefineSprite_112
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-07-07
|
242 b
|
19 lines
stop();
_parent.stop();
a = 0;
this.onEnterFrame = function()
{
if(a == 1)
{
prevFrame();
}
};
if(_parent.koniec == true)
{
gotoAndStop(51);
}
if(_parent.restart == true)
{
_parent.gotoAndStop("gra");
}